Cloud Keys
The platform supports both Azure and AWS cloud services. Configuration requires provisioning of cloud access keys with the appropriate roles and permissions.
Key Structure
| S.no | Cloud Provider | Config Details |
| 1. | AWS | AWS Access Key ID, AWS Secret Access Key, Region, subnet id , vpc and pem file |
| 2. | Azure | Azure Client ID , Azure Client Secret, Azure Subscription ID, Azure Tenant ID, Azure Resource Group, Azure Virtual Network, Azure Subnet, Key File |
Service and Permission Access
| S.no | Cloud Provider | Services | Access |
| 1. | AWS | Lambda | Creation and Invocation |
| 2. | AWS | EC2 | Creation , Access and deletion |
| 3. | AWS | ECS + Fargate | Cluster creation and task definition and creation |
| 4. | Azure | Functions | Creation and Invocation |
| 5.. | Azure | Virtual Machines | Creation , Access and deletion |
| 6. | Azure | Container Instances | Container instance creation and invocation |
Note: It is recommended that users create a single set of keys per cloud provider, with access to all required services mentioned above.